home *** CD-ROM | disk | FTP | other *** search
/ That for Windows 95 / That - For Windows 95.iso / ES2DEMO / DATA / SOUND.CFG < prev   
INI File  |  1996-02-26  |  620b  |  24 lines

  1. [Sound]
  2.  
  3. Driver = MME
  4. ;; MME:           Initialize sound using Multimedia drivers.
  5. ;; DirectSound:   Initialize sound using DirectSound drivers.
  6. ;; MME is generally faster. DirectSound is generally more responsive.
  7. ;; Default value: MME
  8.  
  9. Buffers = 5
  10. ;; This only applies to MME initialization (above).
  11. ;; Set this value higher if sounds break up.
  12. ;; Set this value lower if sounds are delayed.
  13. ;; Value must be in 1 - 64 range.
  14. ;; Default value: 5
  15.  
  16. Rate = 22
  17. ;; Set this value to 11, if necessary.
  18. ;; Default value: 22
  19.  
  20. Width = Stereo
  21. ;; Set this to Mono, if necessary.
  22. ;; Default value: Stereo
  23.  
  24.